home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 1999 #3
/
Amiga Plus CD - 1999 - No. 3.iso
/
Anwender
/
Grafik
/
graphics3d
/
cube.plg
< prev
next >
Wrap
Text File
|
1998-01-28
|
590b
|
37 lines
;
; PLG file contains "cube" object
; for Blitz Basic 2 3DLIB demo
;
#HEADER
cube 8 6
;vertex list
; X Y Z
;--------------
;
-50 100 -50
50 100 -50
50 0 -50
-50 0 -50
-50 100 50
50 100 50
50 0 50
-50 0 50
;polygon list
;color vertices total list of vertices
;-----------------------------------------
01 4 0 1 2 3
01 4 1 5 6 2
01 4 5 4 7 6
01 4 4 0 3 7
01 4 3 2 6 7
01 4 4 5 1 0
#END OF PLG